home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / samples / Macros / Demo-Upload.iim < prev    next >
Text File  |  2010-01-25  |  582b  |  12 lines

  1. VERSION BUILD=6001220     
  2. TAB T=1     
  3. TAB CLOSEALLOTHERS    
  4. URL GOTO=http://www.iopus.com/imacros/demo/v6/fx-file-upload.htm      
  5. '
  6. TAG POS=1 TYPE=INPUT:FILE FORM=NAME:frm_upload ATTR=NAME:uploaded_file CONTENT=c:\demo\file-to-upload.txt
  7. 'Display some information for the user
  8. TAG POS=1 TYPE=TEXTAREA FORM=NAME:frm_upload ATTR=NAME:S1 CONTENT=Done!<SP>The<SP>file<SP>name<SP>is<SP>in<SP>the<SP>upload<SP>box.<SP>We<SP>could<SP>now<SP>click<SP>on<SP>the<SP>SUBMIT<SP>button<SP>or<SP>continue<SP>to<SP>fill<SP>in<SP>the<SP>rest<SP>of<SP>the<SP>form. 
  9. '
  10. WAIT SECONDS=1
  11.  
  12.